home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / util / misc / setmempr.rea < prev    next >
Text File  |  1995-08-15  |  3KB  |  122 lines

  1. Short:    Set Memory Region Priority
  2. Author:   boris@prox.tynet.sub.org
  3. Uploader: bsfolgma@trick.informatik.uni-stuttgart.de
  4. Type:     util/moni
  5.  
  6.  
  7. TITLE
  8.  
  9.     SetMemPri
  10.  
  11.  
  12. VERSION
  13.  
  14.     1.1 (15.8.95)
  15.  
  16.  
  17. PROXITY SOFTWORKS
  18.  
  19.     A cooperation of Amiga developers. Their intention is to
  20.     release high quality software under one label.
  21.  
  22.     Members are: 
  23.     Boris Folgmann, Ulrich Sibiller and Christian Hechelmann.
  24.  
  25.  
  26. PETS
  27.  
  28.     Proxity Engineering and Technical Support
  29.  
  30.     Usenet:  pets@amiuni.tynet.sub.org
  31.     Fidonet: 2:246/1416.0 (pets)
  32.  
  33.  
  34. AUTHOR
  35.  
  36.           Boris Folgmann
  37.  
  38.     Address:  Friedrichstrasse 7
  39.           71546 Aspach
  40.           Germany
  41.  
  42.     Usenet:      <boris@prox.tynet.sub.org>
  43.     Internet: <prx@studbox.uni-stuttgart.de>
  44.     WWW:      <http://www.informatik.uni-stuttgart.de/
  45.            fachschaft/adressen/bsfolgma.html>
  46.     Fidonet:  2:246/1416.41 (Boris)
  47.     IRC:      PRX
  48.  
  49.     PGP Fingerprint: 82 84 70 38 26 5E 50 5A
  50.              9C DB CA CA 62 0A 31 52 
  51.  
  52.     Phone:   ++49-(0)7191-23439
  53.     Fax:     ++49-(0)7191-2604
  54.  
  55.  
  56. DESCRIPTION
  57.  
  58.     SetMemPri changes priorities of memory regions. This is useful to
  59.     give fast 32-bit memory a higher priority than slow 16-bit memory.
  60.     With the LIST option you get a very nice list of your memory
  61.     regions.
  62.  
  63.  
  64. EXAMPLE
  65.  
  66.     > SetMemPri LIST
  67.  
  68.     SetMemPri 1.1 (15.8.95) Set Memory Region Priority
  69.     Freeware © 1995 by PROXITY SOFTWORKS
  70.     Lower    Upper    Free    Pri Name             Attributes
  71.     $0280020 $0600000   30032  10 expansion memory PUBLIC FAST
  72.                                                    24BITDMA KICK
  73.     $1000020 $1400000  278704   7 GVP 32-bit RAM   PUBLIC FAST
  74.     $0000420 $0100000  845048 -10 chip memory      PUBLIC CHIP
  75.                                                        LOCAL 24BITDMA KICK
  76.  
  77.     > SetMemPri "GVP 32-bit RAM" 15 LIST
  78.  
  79.     SetMemPri 1.1 (15.8.95) Set Memory Region Priority
  80.     Freeware © 1995 by PROXITY SOFTWORKS
  81.     Lower    Upper    Free    Pri Name             Attributes
  82.     $1000020 $1400000  278688  15 GVP 32-bit RAM   PUBLIC FAST
  83.     $0280020 $0600000   28312  10 expansion memory PUBLIC FAST
  84.                                                        24BITDMA KICK
  85.     $0000420 $0100000  845048 -10 chip memory      PUBLIC CHIP
  86.                                                        LOCAL 24BITDMA KICK
  87.  
  88.     Normally the attributes are printed in one line. This was changed
  89.     only for this text to fit best in 75 columns.
  90.     Notice the "before and after" effect! :-)
  91.  
  92.  
  93. FEATURES
  94.  
  95.     Simply enter SetMemPri without any arguments to get a list of the
  96.     arguments.
  97.  
  98.     NAME    : Memory region name.
  99.     PRIORITY: New memory region priority (-128 to 127).
  100.     LIST    : List all memory regions.
  101.  
  102.  
  103. SPECIAL REQUIREMENTS
  104.  
  105.     Kickstart 2.04
  106.     Workbench 2.0
  107.  
  108.  
  109. AVAILABILITY
  110.  
  111.     <ftp://ftp.uni-paderborn.de/pub/aminet/util/moni/SetMemPri11.lha>
  112.  
  113.  
  114. PRICE
  115.  
  116.     Free
  117.  
  118.  
  119. DISTRIBUTABILITY
  120.  
  121.     Freeware (C) 1995 by Proxity Softworks
  122.